home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xfh134.lha / XFH / patcharp / README < prev   
Text File  |  1992-12-03  |  579b  |  15 lines

  1. /*
  2.  * A small program to patch the arp.library's CompareLock() function.
  3.  *
  4.  * Starting this program (probably with 'run patcharp') will install a
  5.  * SetFunction() on arp.library's CompareLock() vector that transform
  6.  * this call into the correct AmigaDOS 2.0 call.
  7.  *
  8.  * The patch can be removed by sending a CTRL-C to the program (if started
  9.  * using 'RUN', this must be done with the 'break' shell command). However,
  10.  * the program will not exit if another program has a SetFunction() on
  11.  * CompareLock (and it's really never save to remove a SetFunction()
  12.  * anyway).
  13.  *
  14.  */
  15.